<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*当页面小于992px的时执行下面的CSS*/
@media screen and (max-width: 992px){
.foot{width:100%; height:auto; margin-top:30px; padding:40px 0; color:#fff; background-color:#333333}
.foot a{color:#fff}
.foot a:hover{ color:#c7f6cf}

.foot_box{ overflow:hidden}
.foot_box .l{width:95%; height:auto; margin:0 auto; text-align:center}
.foot_box .l img{max-width:100%; height:auto;}
.foot_box .c{width:95%; height:auto; margin:0 auto; margin-top:30px}
.foot_box .r{width:95%; height:auto; margin:0 auto; text-align:center; margin-top:35px}
.foot_box .r img{max-width:100%; height:auto;}

.foot_center{ width:95%; height:auto; margin:0 auto;}
.foot_center li{ line-height:30px; text-align:center}

.foot_foot{overflow:hidden; padding:20px 0; text-align:center; line-height:30px}
.foot_foot span{ display:block}
}

/*当页面大于992px时候*/
@media screen and (min-width:992px){
.foot{width:100%; height:auto; margin-top:30px; padding:60px 0; color:#fff; background-color:#333333}
.foot a{color:#fff}
.foot a:hover{ color:#c7f6cf}

.foot_box{ overflow:hidden}
.foot_box .l{ float:left; width:400px; height:180px; display:flex; align-items:center; overflow:hidden;}
.foot_box .l img{max-width:100%; height:auto;}
.foot_box .c{ float:left; width:700px; height:auto; margin-left:50px; border-left:1px solid #fff; border-right:1px solid #fff;}
.foot_box .r{ float:right; width:300px; height:auto; text-align:right; }
.foot_box .r img{max-width:100%; height:auto;}

.foot_center{ width:90%; height:auto; margin:0 auto; margin-top:10px; margin-bottom:10px}
.foot_center li{ line-height:30px}

.foot_foot{overflow:hidden; padding:20px 0; text-align:center; line-height:30px}
.foot_foot span{ margin-left:30px}
/*********footer*********/
}

/* 移动端底部专用 */
.foot_height{height:0.5rem;}
.footer{width:100%; height:0.6rem; overflow:hidden; position:fixed; bottom:0; right:0; z-index:999; background-color:#0068bd; border-top-right-radius: 10px; border-top-left-radius: 10px;}
.footer li{float:left; width:25%; height:auto; position:relative}
.footer li:before{content: ""; width:1px; height:0.3rem; background-color:#0f79cf; position:absolute; right:0; top:0.15rem}
.footer li:nth-child(4):before{ display:none}
.footer li a{display:block}
.footer li span{display:block; width:100%; height:0.26rem; padding-top:0.07rem; text-align:center;}
.footer li span img{height:100%}
.footer li p{width:100%; height:0.26rem; line-height:0.26rem; text-align:center; font-size:0.12rem; font-weight:100; color:#fff;}
/* 移动端底部专用_end */</pre></body></html>